type crypto/tls.helloRequestMsg

5 uses

	crypto/tls (current package)
		conn.go#L1121: 		m = new(helloRequestMsg)
		conn.go#L1263: 	helloReq, ok := msg.(*helloRequestMsg)
		handshake_messages.go#L1900: type helloRequestMsg struct {
		handshake_messages.go#L1903: func (*helloRequestMsg) marshal() ([]byte, error) {
		handshake_messages.go#L1907: func (*helloRequestMsg) unmarshal(data []byte) bool {